func os.wrapSyscallError
4 uses
os (current package)
zero_copy_linux.go#L20: func wrapSyscallError(name string, err error) error {
zero_copy_linux.go#L48: return written, handled, wrapSyscallError("sendfile", err)
zero_copy_linux.go#L95: return written, handled, wrapSyscallError("splice", err)
zero_copy_linux.go#L127: return written, handled, wrapSyscallError("copy_file_range", err)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |